D3D_BATCH_ADD_LINE3D
This command will add a linr to the current batch. The amount of lines added is monitored and will not add any past the maximum set.
Specifying a colour will override the colour set by D3D_COLOR. Providing two colours will create a gradient from Colour1 to Colour2.
Setting Z Enable to 1 will enable Z-Buffering. The batch must be initialised with D3D_BATCH_SET_LINE3D.
SYNTAX
D3D_BATCH_ADD_LINE3D X1#, Y1#, Z1#, X2#, Y2#, Z2#
D3D_BATCH_ADD_LINE3D X1#, Y1#, Z1#, X2#, Y2#, Z2#, Colour, Z Enable
D3D_BATCH_ADD_LINE3D X1#, Y1#, Z1#, X2#, Y2#, Z2#, Colour1, Colour2, Z Enable
RELATED INFO
D3DFunc Commands Menu
Index
EXAMPLE
View Showcase Example